projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c4bd58
)
(LGLYPH_SET_CODE): Add comment.
author
Kenichi Handa
<handa@m17n.org>
Mon, 1 Sep 2008 05:15:58 +0000
(
05:15
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 1 Sep 2008 05:15:58 +0000
(
05:15
+0000)
src/composite.h
patch
|
blob
|
history
diff --git
a/src/composite.h
b/src/composite.h
index b815b9b38d099aa0d6f1d9ebf5e850c6dd0f8fca..e3a5e688f315711def7b1b99a7ac94ae0a660ed0 100644
(file)
--- a/
src/composite.h
+++ b/
src/composite.h
@@
-273,6
+273,7
@@
enum lglyph_indices
#define LGLYPH_SET_FROM(g, val) ASET ((g), LGLYPH_IX_FROM, make_number (val))
#define LGLYPH_SET_TO(g, val) ASET ((g), LGLYPH_IX_TO, make_number (val))
#define LGLYPH_SET_CHAR(g, val) ASET ((g), LGLYPH_IX_CHAR, make_number (val))
+/* Callers must assure that VAL is not negative! */
#define LGLYPH_SET_CODE(g, val) \
do { \
if (val == FONT_INVALID_CODE) \